home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / OLE2BOOK.ZIP / CHAP05.ZIP / CHAP05 / POLYLINE / RESOURCE.H < prev   
C/C++ Source or Header  |  1993-04-14  |  604b  |  29 lines

  1. /*
  2.  * RESOURCE.H
  3.  * Polyline Compoent Object Chapter 5
  4.  *
  5.  * Definitions specifically pertaining to resources.
  6.  *
  7.  * Copyright (c)1993 Microsoft Corporation, All Rights Reserved
  8.  *
  9.  * Kraig Brockschmidt, Software Design Engineer
  10.  * Microsoft Systems Developer Relations
  11.  *
  12.  * Internet  :  kraigb@microsoft.com
  13.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  14.  */
  15.  
  16.  
  17. #ifndef _RESOURCE_H_
  18. #define _RESOURCE_H_
  19.  
  20.  
  21. //Object stringtable IDs
  22. #define IDS_POLYLINEMIN     0
  23. #define IDS_STORAGEFORMAT   0
  24. #define IDS_USERTYPE        1
  25. #define IDS_POLYLINEMAX     1
  26.  
  27.  
  28. #endif //_RESOURCE_H_
  29.